home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / rexx / ttx / sdvitofront.ttx < prev    next >
Encoding:
Text File  |  1995-03-15  |  208 b   |  8 lines

  1. /* brings the previewer "ShowDVI" to front */
  2.  
  3. IF (SHOW('P', 'showdvi')) THEN DO
  4.     ADDRESS "showdvi" tofront
  5.     ADDRESS "showdvi" activate
  6.     END
  7. ELSE RequestBool TITLE '"???"' PROMPT  '"ShowDVI is not running."'
  8.